Skip to content

feat(part of 40169): No spelling suggestion/quick fix for namespaces #40211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2020

Conversation

a-tarasyuk
Copy link
Contributor

@a-tarasyuk a-tarasyuk commented Aug 24, 2020

Fixes #40169

This PR resolves part of the #40169 - spelling suggestion for incorrect exported members.

namespace yadda {
  export type Thing = string;
}
let g: yadda.Things; // Namespace 'yadda' has no exported member 'Things'. Did you mean 'Thing'?

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Aug 24, 2020
@DanielRosenwasser DanielRosenwasser merged commit 01362a3 into microsoft:master Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No spelling suggestion/quick fix on namespaces
3 participants